Skip to content

Simplify Flash apps documentation, improve Flash quickstart#547

Merged
muhsinking merged 6 commits intomainfrom
promptless/add-uv-to-flash-requirements
Mar 11, 2026
Merged

Simplify Flash apps documentation, improve Flash quickstart#547
muhsinking merged 6 commits intomainfrom
promptless/add-uv-to-flash-requirements

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Mar 11, 2026

  • Dramatically simplify Flash apps documentation
  • Improve quickstart with clearer requirements and troubleshooting guidance

- [An API key](/get-started/api-keys) with **All** access permissions to your Runpod account.
- [Python 3.10+](https://www.python.org/downloads/) installed.
- [Python 3.10-3.12](https://www.python.org/downloads/) installed (3.13+ is not yet supported).
- [uv](https://docs.astral.sh/uv/) installed.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Added uv to the Requirements section per Mo King's request. The quickstart already uses uv commands in Step 1 but didn't list it as a prerequisite.
View source

```

<Warning>
Make sure you activate your virtual environment in the same directory where you created the `gpu_demo.py` file. If you open a new terminal, run `source .venv/bin/activate` before executing the script.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Mo King requested adding a warning about activating the virtual environment in the same directory where the Python file was created.
View source

If you're having authorization issues, you can set your API key directly in your terminal:

```bash
export RUNPOD_API_KEY="your_key"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Mo King requested adding a note about using the export RUNPOD_API_KEY=your_key command for authorization issues, with the full command visible.
View source

export RUNPOD_API_KEY="your_key"
```

Replace `your_key` with your actual API key from the [Runpod console](https://www.runpod.io/console/user/settings).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Added quotes around the API key value per Mo King's request to use proper shell syntax: export RUNPOD_API_KEY="your_key"
View source

- [Runpod account](/get-started/manage-accounts).
- [An API key](/get-started/api-keys) with **All** access permissions to your Runpod account.
- [Python 3.10+](https://www.python.org/downloads/) installed.
- [Python 3.10-3.12](https://www.python.org/downloads/) installed (3.13+ is not yet supported).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Per Mo King's request to clarify that Python 3.13+ is not supported in Flash requirements.
View source

@muhsinking muhsinking changed the title docs: Improve Flash quickstart with requirements and troubleshooting notes Simplify Flash apps documentation, improve Flash quickstart Mar 11, 2026
muhsinking
muhsinking previously approved these changes Mar 11, 2026
@promptless
Copy link
Contributor Author

promptless bot commented Mar 11, 2026

Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.)

muhsinking
muhsinking previously approved these changes Mar 11, 2026
@muhsinking muhsinking merged commit a0635d6 into main Mar 11, 2026
2 checks passed
@muhsinking muhsinking deleted the promptless/add-uv-to-flash-requirements branch March 11, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant